SciChart.Charting Assembly > SciChart.Charting.Model.DataSeries Namespace > XyyDataSeries<TX,TY> Class > Append Method : Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>) Method
The X values.
The Y0 values.
The Y1 values.
Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>) Method
Appends a collection of X, Y0 and Y1 points to the series, automatically triggering a redraw.
Syntax
public virtual void Append( 
   IEnumerable<TX> x,
   IEnumerable<TY> y0,
   IEnumerable<TY> y1
)

Parameters

x
The X values.
y0
The Y0 values.
y1
The Y1 values.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also